home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / locator.lha / locator / example / Locator.Cat < prev    next >
Text File  |  1996-01-05  |  1KB  |  48 lines

  1. ; ************************************
  2. ; LOCATOR CATALOG EXAMPLE
  3. ;
  4. ; This file is intended to be of 
  5. ; explanation only.
  6. ;
  7. ; Please, refer to LocConv.guide and 
  8. ; Locator_lib.guide to know how to 
  9. ; cretate perfect catalogs.
  10. ;
  11. ; (C) 1995/96 Fabio Rotondo
  12. ;
  13. ; ***********************************
  14.  
  15. ; Lines starting with a comma are not compiled
  16. ; You can have as many comments as you want.
  17.  
  18. ; Also space lines are skipped
  19.  
  20. ; Translation lines MUST start with a COSTANT name
  21. ; And the next VALID line (not comment nor space)
  22. ; Must be the text. See this example:
  23.  
  24. ; About Message
  25. MSG_ABOUT
  26. About
  27.  
  28. ; Following a MULTI-LINE TEXT!
  29. ; Multi lines can be created in this way:
  30. ; carriage returns (ASCII 10) is given by the
  31. ; %n parameter.
  32. ; A Multi Line Text end with a EMPTY line (eg. space)
  33.  
  34. ; Hello Mommy Message
  35. MSG_MOMMY
  36. Hello Mommy!%n
  37. This is a multi line text!%n
  38. WOW! It is incredible!%n
  39. I cannot think it is possible!%n
  40.  
  41. ; Hi Everybody!
  42. MSG_HIEVERYBODY
  43. Hi Everybody!
  44.  
  45. ; Copyright Message
  46. MSG_COPYRIGHT
  47. This library is (C)Copyright By Fabio Rotondo
  48.